Skip to content

Conversation

@DenuxPlays
Copy link

@DenuxPlays DenuxPlays commented Dec 5, 2025

Fixes: #23

bool $internal = false,
bool $nowait = false,
?array $arguments = null,
array|AMQPTable|null $arguments = null,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TavoNiievez Should this change being considered a BC break because it changes the type hint of a public method declared in a non-final class?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah probably

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But that is a decision I cannot make.
Just publish the next release by incrementing the major version ig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

?array $arguments = null, should be array|AMQPTable|null $arguments = null,

2 participants